home *** CD-ROM | disk | FTP | other *** search
/ IQ Digizine 2 / IQ Digizine 2.iso / pc / screemq.dir / 00141_BACK OFF2.ls < prev    next >
Encoding:
Text File  |  1997-12-08  |  312 b   |  16 lines

  1. on mouseDown
  2.   puppetSprite(33, 1)
  3.   set the memberNum of sprite 33 to the number of member "BACK ON2"
  4.   updateStage()
  5. end
  6.  
  7. on mouseUp
  8.   global rootpath
  9.   set the memberNum of sprite 33 to the number of member "BACK OFF2"
  10.   updateStage()
  11.   puppetSprite(33, 0)
  12.   unLoad()
  13.   puppetSound(0)
  14.   go("cafe", "TOC")
  15. end
  16.